install git at you laptop
https://git-scm.com/downloads
config git at you laptop
1 | git config --global user.name "Your Name" |
add a project at github
New a project at github
git clone project at laptop
git clone github repo address
open project at atom
1 | package - github - Toggle git tab |